home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1114
/
PlaceObject2_618_18
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-12
|
389 b
|
15 lines
onClipEvent(enterFrame){
_X = _X - heroe.scrollspeed;
_Y = _Y - heroe.vscrollspeed;
if(this.hitTest(heroe.sprite.hotzone) && !u && !_root.locks)
{
u = true;
_root.Posy = heroe._y;
_root.Posx = heroe._x;
_root.Posx2 = _root.texturas.lastblock._x;
_root.Posy2 = _root.mapa._y;
_root.pause = true;
_root.nextFrame();
}
}